Fix the function name in the gtk-doc stanza
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 17:28:18 +0000 (17:28 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 13 Feb 2020 14:53:25 +0000 (14:53 +0000)
The documentation is still referring to the old function's name.

gtk/gtkbuilderscope.c

index 18f867a476ceb6f6fa6bcd3611a8e7c11e419899..64011384c2bef4063dc1e3a77fa2404a16978dcc 100644 (file)
@@ -495,7 +495,7 @@ gtk_builder_cscope_add_callback_symbols (GtkBuilderCScope *self,
 }
 
 /**
- * gtk_builder_lookup_callback_symbol: (skip)
+ * gtk_builder_cscope_lookup_callback_symbol: (skip)
  * @self: a #GtkBuilderCScope
  * @callback_name: The name of the callback
  *